-
Re: Row numbers
If all you want is for the ROWID to match the row number I like this formula, which works as long as you point it at a column that has unique values (e.g. an autonumber column). Based on your screens…11 · -
Re: Row number
As long as you have a column with a unique value per row, this is your best bet. It gives you the row number and it automatically updates if you move rows up/down or insert new rows: =MATCH([Column w…4 ·